/* font-family: 'Dancing Script', cursive;
font-family: 'Merriweather', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Sacramento', cursive; */
/* ---------------------------------Tag selector----------------------------------- */
a {
    color: #13696c;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}

a:hover {
    color: #eaf6f6;
}

body {
    color: #40514e;
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
}

div {}

h1 {
    font-size: 5.625rem;
    margin: 50px 0 0;
    font-family: 'Sacramento', cursive;
    color: #66bfbf;
}

h2 {
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #66bfbf;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #11999e;
}

hr {
    border-style: none;
    border-top-style: dotted;
    border-color: #eaf6f6;
    border-width: 10px;
    width: 5%;
    margin: 100px auto;
}

img {
    max-width: 100%;
}

p {
    line-height: 2;
}

/* ---------------------------------Class selector----------------------------------- */
.btn {
    background: #11CDD4;
    background-image: -webkit-linear-gradient(top, #11CDD4, #11999E);
    background-image: -moz-linear-gradient(top, #11CDD4, #11999E);
    background-image: -ms-linear-gradient(top, #11CDD4, #11999E);
    background-image: -o-linear-gradient(top, #11CDD4, #11999E);
    background-image: -webkit-gradient(to bottom, #11CDD4, #11999E);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding: 16px;
    /* -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 20px 0 #000000;
    text-shadow: 1px 1px 20px #000000; */
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    border: inset #FFFFFF 0;
    background: #30E3CB;
    background-image: -webkit-linear-gradient(top, #30E3CB, #2BC4AD);
    background-image: -moz-linear-gradient(top, #30E3CB, #2BC4AD);
    background-image: -ms-linear-gradient(top, #30E3CB, #2BC4AD);
    background-image: -o-linear-gradient(top, #30E3CB, #2BC4AD);
    background-image: -webkit-gradient(to bottom, #30E3CB, #2BC4AD);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
}

.bottom-cloud {
    position: relative;
    right: 18.75vw;
}

.bottom-container {
    background-color: #66bfbf;
    padding: 50px 0 20px;
}

.chillies-pic {
    width: 25%;
    float: right;
    margin-left: 30px;
}

.computer-pic {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.contact-message {
    width: 30%;
    margin: 40px auto 50px;
}

.copyright {
    color: #eaf6f6;
    font-size: 0.75rem;
    padding: 20px 0;
}

/* .footer-link-container {
    padding-top: 50px;
} */

.intro {
    width: 60%;
    margin: auto;
}

.middle-container {
    margin: 100px 0;
}

.mountain-img {
    width: 762px;
}

.pro {
    text-decoration: underline;
}

.profile-pic {
    width: 286px;
}

.profile {
    width: 50%;
    margin: 100px auto;
}

.skill-row {
    width: 50%;
    margin: 100px auto;
    text-align: left;
}

.subtitle {
    font-weight: normal;
}

.top-cloud {
    position: relative;
    left: 18.75vw;
}

.top-container {
    background-color: #e4f9f5;
    padding-top: 100px;
}